home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / tmkeep1.zip / INSTALL.BAT next >
DOS Batch File  |  1991-12-11  |  1KB  |  51 lines

  1. echo off
  2. IF NOT EXIST TK.001 GOTO ERROR
  3. IF NOT EXIST TK.002 GOTO ERROR
  4. IF NOT EXIST TK.003 GOTO ERROR
  5. :BEGIN
  6. echo 
  7. echo 
  8. echo 
  9. echo 
  10. echo 
  11. echo 
  12. echo 
  13. echo 
  14. echo 
  15. echo 
  16. echo                 ╔═══════  TimeKeeper II  Installation  ════════╗
  17. echo                 ║                                              ║
  18. echo                 ║                                              ║
  19. echo                 ║       Installing  ... Do Not Interrupt       ║
  20. echo                 ║                                              ║
  21. echo                 ║                                              ║
  22. echo                 ╚══════════════════════════════════════════════╝
  23. echo 
  24. echo 
  25. echo 
  26. echo 
  27. echo 
  28. echo 
  29. echo 
  30. echo 
  31. echo 
  32. COPY /B TK.001+TK.002+TK.003 TK.EXE >nul
  33. DEL TK.001
  34. DEL TK.002
  35. DEL TK.003
  36. goto finish
  37. :ERROR
  38. echo 
  39. echo In order  to install  TimeKeeper II, all  files must
  40. echo be in available. Make sure you have all the necessary
  41. echo necessary  files to complete  the installation.   See
  42. echo the README.1ST file for a list of the required files.
  43. :UNKNOWN
  44. echo Install cancelled.
  45. GOTO END
  46. :finish
  47. echo 
  48. echo 
  49. echo TimeKeeper II has been sucessfully installed.
  50. :END
  51.